home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / read < prev    next >
Text File  |  1990-11-04  |  4KB  |  131 lines

  1. READ
  2.  
  3. Displays your messages. It can be entered with or without parameters.
  4.  
  5. Pressing the RETURN key is the same as entering the READ command without
  6. parameters. If you enter the READ command without parameters or press RETURN
  7. immediately after MAIL is invoked, MAIL displays the first page of your oldest
  8. unread message in your NEWMAIL folder. 
  9.  
  10. If there are no unread messages, MAIL displays the oldest message in the MAIL
  11. folder. Each time you enter the READ command without parameters, or press
  12. RETURN, MAIL displays the next page, or the next message if there are no more
  13. pages in the current message. 
  14.  
  15. If a new message arrives while you are in MAIL, you can enter READ/NEW to read
  16. the message, and then return to the previous MAIL activity.
  17.  
  18. Format:        READ [folder-name] [message-number]
  19.  
  20. Parameters:    folder-name
  21.  
  22.                Indicates the name of the folder containing the messages to be
  23.                read. If a folder name is specified, MAIL displays messages from  
  24.                that folder. If no folder name is specified, MAIL displays        
  25.                messages from the current folder.
  26.  
  27.                message-number
  28.  
  29.                Indicates the number of the message to be read. The message
  30.                number represents the position of a message in a folder. If you
  31.                specify a number greater than the number of messages in the
  32.                folder, MAIL displays the last message in the folder.
  33.                Therefore, to read the latest message in a folder, specify a
  34.                large message number or enter the LAST command.
  35.  
  36.  
  37. Qualifiers:    /BEFORE
  38.  
  39.                /BEFORE=date
  40.  
  41.                Displays mail messages received before the specified date.
  42.  
  43.                /CC_SUBSTRING
  44.                /CC_SUBSTRING=text
  45.  
  46.                Selects messages which contain "text" in the CC field of the
  47.                message.
  48.  
  49.                /EDIT
  50.  
  51.                Invokes the editor to read the message.
  52.  
  53.                /FROM_SUBSTRING
  54.  
  55.                /FROM_SUBSTRING=text
  56.  
  57.                Selects messages that contain "text" in the FROM field of the
  58.                message.
  59.  
  60.                /MARKED
  61.  
  62.                /[NO]MARKED
  63.  
  64.                Selects messages which have been marked. The /NOMARKED qualifier
  65.                selects messages that are not marked.
  66.  
  67.                /NEW
  68.  
  69.                Displays new mail messages received while you are in MAIL.
  70.  
  71.  
  72.                /REPLIED
  73.  
  74.                /[NO]REPLIED
  75.  
  76.                Selects messages which have been replied to with the REPLY
  77.                command. The /NOREPLIED qualifier selects messages that
  78.                have not been replied to.
  79.  
  80.                /SINCE
  81.  
  82.                /SINCE=date
  83.  
  84.                Displays mail messages received on or after the specified date.
  85.  
  86.                /SUBJECT_SUBSTRING
  87.  
  88.                /SUBJECT_SUBSTRING=text
  89.  
  90.                Selects messages which contain "text" in the SUBJECT field of
  91.                the message.
  92.  
  93.                /TO_SUBSTRING
  94.  
  95.                /TO_SUBSTRING=text
  96.  
  97.                Selects messages that contain "text" in the TO field of the
  98.                message.
  99.  
  100.  
  101. Examples:
  102.  
  103.       1.
  104.            MAIL> READ/BEFORE=16-MAY
  105.  
  106.                     This example shows how to use the /BEFORE qualifier with 
  107.                     the READ command to display all the mail messages received  
  108.  
  109.                     before May 16, 1988 in the current folder.
  110.  
  111.       2.
  112.            MAIL> READ/SINCE=13-OCT
  113.  
  114.                     This example shows how to use the /SINCE qualifier with the
  115.                     READ command to display all the mail messages received on 
  116.                     or after October 13, 1988 in the current folder.
  117.  
  118.       3.
  119.            MAIL> READ/NEW
  120.  
  121.                     This example shows how to read new mail received while you   
  122.                     are in MAIL.
  123.  
  124.       4.
  125.            MAIL> READ/SUBJECT_SUBSTRING= REVIEW
  126.            #   From       Date             Subject
  127.      
  128.            1   JONES    13-APR-1988        Your Review
  129.  
  130.                     This example shows how to use the /SUBJECT_SUBSTRING         
  131.                     qualifier to find messages that contain the text REVIEW.